Skip to main content
PUT
/
registropontos
/
solicitar
/
45
Solicitar Ajuste de ponto [Funcionário
curl --request PUT \
  --url https://api-hml.ponto-on.com/registropontos/solicitar/45 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dataSolicitar": "2024-02-12T20:00:00.000Z",
  "funcionarioId": 1,
  "motivo": "Esqueci de registrar"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
dataSolicitar
string
Example:

"2024-02-12T20:00:00.000Z"

funcionarioId
number
Example:

1

motivo
string
Example:

"Esqueci de registrar"

Response

200 - application/json

Solicitar Ajuste de ponto [Funcionário

The response is of type object.